gtk4.git
19 years agoadded GtkArrow::arrow-scaling style property to control the arrow/border
Tim Janik [Tue, 19 Sep 2006 15:51:19 +0000 (15:51 +0000)]
added GtkArrow::arrow-scaling style property to control the arrow/border

Tue Sep 19 17:00:04 2006  Tim Janik  <timj@imendio.com>

        * gtk/gtkarrow.c: added GtkArrow::arrow-scaling style property to
        control the arrow/border ratio within the allocation.

        * tests/testgtk.c: added a GtkArrow to handle box test.

        * tests/testgtkrc: test ::arrow-scaling property.

19 years agoDisplay an error when we come to the root.
Matthias Clasen [Tue, 19 Sep 2006 14:18:18 +0000 (14:18 +0000)]
Display an error when we come to the root.

2006-09-19  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Display an error when we come to the root.

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Mon, 18 Sep 2006 05:25:57 +0000 (05:25 +0000)]
Translation updated by Ivar Smolin.

2006-09-18  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoUse bookmark labels in the combobox.
Matthias Clasen [Sun, 17 Sep 2006 04:20:43 +0000 (04:20 +0000)]
Use bookmark labels in the combobox.

2006-09-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c: Use bookmark labels in
the combobox.

19 years agoDon't add remote volumes and bookmarks to the model in local-only mode, to
Matthias Clasen [Sun, 17 Sep 2006 03:34:17 +0000 (03:34 +0000)]
Don't add remote volumes and bookmarks to the model in local-only mode, to

2006-09-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c: Don't add remote volumes and
bookmarks to the model in local-only mode, to avoid
authentication dialogs pop up for invisible bookmarks, and
to fix issues with separators not being hidden when
they should.  (#354887, Dennis Cranston)

19 years agoUnref the treeview use in list mode. (#355732, Richard Hult)
Matthias Clasen [Sat, 16 Sep 2006 05:11:08 +0000 (05:11 +0000)]
Unref the treeview use in list mode. (#355732, Richard Hult)

2006-09-16  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
        treeview use in list mode.  (#355732, Richard Hult)

19 years agoExplain ellipsization
Matthias Clasen [Sat, 16 Sep 2006 04:51:33 +0000 (04:51 +0000)]
Explain ellipsization

19 years agoSend change notification for the right property. (#355308, Torsten
Matthias Clasen [Sat, 16 Sep 2006 04:40:50 +0000 (04:40 +0000)]
Send change notification for the right property. (#355308, Torsten

2006-09-16  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
        change notification for the right property.  (#355308,
        Torsten Schoenfeld)

19 years agorefactored column header navigation/resizing/reordering to be more
Michael Natterer [Fri, 15 Sep 2006 12:51:58 +0000 (12:51 +0000)]
refactored column header navigation/resizing/reordering to be more

2006-09-15  Michael Natterer  <mitch@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column
header navigation/resizing/reordering to be more readable and lose
one level of nesting.

19 years agoactually directly return after handling column button focus; we disable
Kristian Rietveld [Fri, 15 Sep 2006 11:22:03 +0000 (11:22 +0000)]
actually directly return after handling column button focus; we disable

2006-09-15  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_key_press): actually directly
return after handling column button focus; we disable wrap around
with this (which actually happened via a really weird code path).
(Michael Natterer)

19 years agomake column resizing code RTL aware, also break from the loops after we
Kristian Rietveld [Fri, 15 Sep 2006 10:14:29 +0000 (10:14 +0000)]
make column resizing code RTL aware, also break from the loops after we

2006-09-15  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_key_press): make column resizing
code RTL aware, also break from the loops after we have seen the
focussed column button (Michael Natterer).

19 years agoBug 355343. Add a GdkPangoAttrEmbossColor.
Ryan Lortie [Fri, 15 Sep 2006 01:32:34 +0000 (01:32 +0000)]
Bug 355343. Add a GdkPangoAttrEmbossColor.

2006-09-14  Ryan Lortie  <desrt@desrt.ca>

        * docs/reference/gdk/gdk-sections.txt:
        * gdk/gdk.symbols:
        * gdk/gdkpango.h:
        * gdk/gdkpango.c: Bug 355343.  Add a GdkPangoAttrEmbossColor.
          (gdk_pango_layout_get_clip_region): Remove an unused variable.
          (gdk_pango_attr_embossed_new): Fix documentation.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Thu, 14 Sep 2006 12:54:09 +0000 (12:54 +0000)]
Updated Spanish translation.

2006-09-14  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

19 years agointialize random number generator state upon program start, to enable
Tim Janik [Thu, 14 Sep 2006 10:31:40 +0000 (10:31 +0000)]
intialize random number generator state upon program start, to enable

Thu Sep 14 12:28:51 2006  Tim Janik  <timj@imendio.com>

        * tests/testrichtext.c (main): intialize random number generator state
        upon program start, to enable truely random testing.

19 years agoUpdated Greek translation
Kostas Papadimas [Thu, 14 Sep 2006 06:50:54 +0000 (06:50 +0000)]
Updated Greek translation

19 years agoUpdated Latvian translation.
Raivis Dejus [Thu, 14 Sep 2006 06:45:50 +0000 (06:45 +0000)]
Updated Latvian translation.

2006-09-14  Raivis Dejus  <orvils@gmail.com>

        * lv.po: Updated Latvian translation.

19 years agoFixed gu-IN translation errors
Ankitkumar Rameshchandra Patel [Thu, 14 Sep 2006 05:57:22 +0000 (05:57 +0000)]
Fixed gu-IN translation errors

19 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Thu, 14 Sep 2006 05:17:40 +0000 (05:17 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-09-14  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

19 years ago/tmp/cvsX7MHVx
Michael David Emmel [Thu, 14 Sep 2006 02:56:20 +0000 (02:56 +0000)]
/tmp/cvsX7MHVx

19 years agogdk/directfb/gdkcolor-directfb.c small clean ups include order
Michael David Emmel [Thu, 14 Sep 2006 02:56:01 +0000 (02:56 +0000)]
gdk/directfb/gdkcolor-directfb.c small clean ups include order
gdk/directfb/gdkwindow-directfb.c fixed beep compile error
gdk/directfb/Makefile.am removed GDK_PIXBUF_DISABLE_DEPRECATED
     GDK_DISABLE_DEPRECATED to allow compile per Behdad
gdk/quartz/Makefile.am same change as directfb Makefile
gtk/Makefile.am fixed typo that cause socket stubs not to compile

19 years agoRemove junk from PO file
Guntupalli Karunakar [Wed, 13 Sep 2006 22:09:23 +0000 (22:09 +0000)]
Remove junk from PO file

19 years agoFix junk in PO file!!
Guntupalli Karunakar [Wed, 13 Sep 2006 22:06:37 +0000 (22:06 +0000)]
Fix junk in PO file!!

19 years ago2006-09-13 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: fixed bad translation...
Jovan Naumovski [Wed, 13 Sep 2006 21:21:25 +0000 (21:21 +0000)]
2006-09-13 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: fixed bad translation (bugid:355784)

19 years agomr.po: fixed bad translation (bugid: 355823).
Swapnil Hajare [Wed, 13 Sep 2006 17:44:43 +0000 (17:44 +0000)]
mr.po: fixed bad translation (bugid: 355823).

19 years agoFix the color picker with window groups
Matthias Clasen [Wed, 13 Sep 2006 17:23:14 +0000 (17:23 +0000)]
Fix the color picker with window groups

19 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Wed, 13 Sep 2006 16:04:25 +0000 (16:04 +0000)]
Updated Russian translation.

2006-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

19 years agoFixed translation bug - #355778
Guntupalli Karunakar [Wed, 13 Sep 2006 14:09:29 +0000 (14:09 +0000)]
Fixed translation bug - #355778

19 years agoFixed bad context translations.
David Lodge [Wed, 13 Sep 2006 06:03:43 +0000 (06:03 +0000)]
Fixed bad context translations.

2006-09-13  David Lodge <dave@cirt.net>

* en_GB.po: Fixed bad context translations.

19 years agojayaradhaa@gmail.com
N Jayaradha [Wed, 13 Sep 2006 05:04:40 +0000 (05:04 +0000)]
jayaradhaa@gmail.com

19 years agoUpdated Lithuanian translation
Gintautas Miliauskas [Tue, 12 Sep 2006 19:14:00 +0000 (19:14 +0000)]
Updated Lithuanian translation

19 years agoBug 340201
Dom Lachowicz [Tue, 12 Sep 2006 09:45:29 +0000 (09:45 +0000)]
Bug 340201

19 years agofixed compiler warnings.
Tim Janik [Mon, 11 Sep 2006 12:24:32 +0000 (12:24 +0000)]
fixed compiler warnings.

Mon Sep 11 14:22:39 2006  Tim Janik  <timj@imendio.com>

        * tests/testgtk.c: fixed compiler warnings.

19 years agoRequest the display name too, otherwise "Desktop" does not appear in the
Matthias Clasen [Mon, 11 Sep 2006 02:39:26 +0000 (02:39 +0000)]
Request the display name too, otherwise "Desktop" does not appear in the

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.c (model_add_special): Request
the display name too, otherwise "Desktop" does not appear
in the file chooser button.

19 years agogdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and
Tor Lillqvist [Sun, 10 Sep 2006 17:33:29 +0000 (17:33 +0000)]
gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and

2006-09-10  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as
0x0500 in gdkprivate-win32.h instead of doing it in two source
files. (#355212, Mike Edenfield)

* gdk/win32/gdkwindow-win32.c: We can also remove the ersatz
GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.

19 years agoUpdated Finnish translation
Ilkka Tuohela [Sun, 10 Sep 2006 08:13:41 +0000 (08:13 +0000)]
Updated Finnish translation

19 years agoCommit a patch by Behdad to fix typos, omissions and other errors in the
Matthias Clasen [Sun, 10 Sep 2006 06:39:16 +0000 (06:39 +0000)]
Commit a patch by Behdad to fix typos, omissions and other errors in the

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

        * Commit a patch by Behdad to fix typos, omissions and other
        errors in the symbol aliasing, and add checks for local PLT
        entries.  (#354687, Behdad Esfahbod)

19 years agoRenew the flush timeout. (#354043, Nelson Benitez)
Matthias Clasen [Sun, 10 Sep 2006 05:31:26 +0000 (05:31 +0000)]
Renew the flush timeout. (#354043, Nelson Benitez)

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_search_scroll_event): Renew
the flush timeout.  (#354043, Nelson Benitez)

19 years agoImprove wording. String change! (#355126, David Lodge)
Matthias Clasen [Sun, 10 Sep 2006 05:05:22 +0000 (05:05 +0000)]
Improve wording. String change! (#355126, David Lodge)

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error):
Improve wording. String change!  (#355126, David Lodge)

19 years agoImprove wording. String change! (#355128, David Lodge)
Matthias Clasen [Sun, 10 Sep 2006 05:01:32 +0000 (05:01 +0000)]
Improve wording. String change! (#355128, David Lodge)

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/updateiconcache.c: Improve wording. String change! (#355128,
David Lodge)

19 years agoFix a typo. String change! (#355134, David Lodge)
Matthias Clasen [Sun, 10 Sep 2006 04:59:04 +0000 (04:59 +0000)]
Fix a typo. String change! (#355134, David Lodge)

2006-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/paper_names_offsets.c: Fix a typo. String change! (#355134,
David Lodge)

19 years agoUpdated English (British) translation.
David Lodge [Sat, 9 Sep 2006 15:21:31 +0000 (15:21 +0000)]
Updated English (British) translation.

2006-09-09  David Lodge <dave@cirt.net>

* en_GB.po: Updated English (British) translation.

19 years agoFix small theoretical memory leaks. (#353916, Chris Wilson)
Matthias Clasen [Sat, 9 Sep 2006 05:31:07 +0000 (05:31 +0000)]
Fix small theoretical memory leaks. (#353916, Chris Wilson)

2006-09-09  Matthias Clasen <mclasen@redhat.com>

        * gdk/x11/gdkfonts-x11.c: Fix small theoretical memory leaks.
        (#353916, Chris Wilson)

19 years agoDon't leak the to_reset list. (#353914, Chris Wilson)
Matthias Clasen [Sat, 9 Sep 2006 05:22:16 +0000 (05:22 +0000)]
Don't leak the to_reset list. (#353914, Chris Wilson)

2006-09-09  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtksettings.c (_gtk_settings_reset_rc_values):
        Don't leak the to_reset list.  (#353914, Chris Wilson)

19 years agoAdd docs for the parent-set signal. (#353772, Mariano Suárez-Alvarez)
Matthias Clasen [Sat, 9 Sep 2006 05:12:49 +0000 (05:12 +0000)]
Add docs for the parent-set signal. (#353772, Mariano Suárez-Alvarez)

2006-09-09  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkwidget.c: Add docs for the parent-set signal.
        (#353772, Mariano Suárez-Alvarez)

19 years agofix a sylpheed crash
Matthias Clasen [Fri, 8 Sep 2006 20:02:45 +0000 (20:02 +0000)]
fix a sylpheed crash

19 years agobump version
Matthias Clasen [Fri, 8 Sep 2006 14:27:07 +0000 (14:27 +0000)]
bump version

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Fri, 8 Sep 2006 01:19:40 +0000 (01:19 +0000)]
Translation updated by Ivar Smolin.

2006-09-08  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoUpdate
Behdad Esfahbod [Wed, 6 Sep 2006 20:28:13 +0000 (20:28 +0000)]
Update

19 years agoAdd.
Behdad Esfahbod [Wed, 6 Sep 2006 18:45:19 +0000 (18:45 +0000)]
Add.

19 years agoSpecial-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
Richard Hult [Wed, 6 Sep 2006 17:29:28 +0000 (17:29 +0000)]
Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.

2006-09-06  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Special-case
shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.

19 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Wed, 6 Sep 2006 17:03:34 +0000 (17:03 +0000)]
Updated Catalan translation.

19 years agoFix the last change to actually compile.
Matthias Clasen [Wed, 6 Sep 2006 13:38:25 +0000 (13:38 +0000)]
Fix the last change to actually compile.

19 years agoNepali Translation updated
Pawan Chitrakar [Wed, 6 Sep 2006 07:58:01 +0000 (07:58 +0000)]
Nepali Translation updated

19 years agoSimplify and fix reading of ASCII images.
Matthias Clasen [Wed, 6 Sep 2006 05:11:20 +0000 (05:11 +0000)]
Simplify and fix reading of ASCII images.

2006-09-06  Matthias Clasen  <mclasen@redhat.com>

* io-pnm.c: Simplify and fix reading of ASCII images.

19 years agoUpdated.
Ahmad Riza H Nst [Tue, 5 Sep 2006 09:08:10 +0000 (09:08 +0000)]
Updated.

2006-09-05  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>

        * id.po: Updated.

19 years agofix typos.
Kristian Rietveld [Mon, 4 Sep 2006 20:58:09 +0000 (20:58 +0000)]
fix typos.

19 years agoif setting the given folder failed, try setting the parent folder until we
Kristian Rietveld [Mon, 4 Sep 2006 20:09:08 +0000 (20:09 +0000)]
if setting the given folder failed, try setting the parent folder until we

2006-09-04  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
if setting the given folder failed, try setting the parent folder
until we succeed; display an error box at the end.

19 years agoUpdated Serbian by Goran Rakić.
Danilo Šegan [Mon, 4 Sep 2006 20:07:26 +0000 (20:07 +0000)]
Updated Serbian by Goran Rakić.

19 years agodon't cancel the operations spawned by buttons here,
Kristian Rietveld [Mon, 4 Sep 2006 19:32:13 +0000 (19:32 +0000)]
don't cancel the operations spawned by buttons here,

2006-09-04  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
operations spawned by buttons here,
(set_button_image_get_info_cb): bail out if button is NULL, but
do free button_data,
(button_data_free): only free the data is non NULL (since this
function can be called multiple times for the same data), cancel
handle is pending but don't free button_data in this case (will
happen in the callback).

19 years agohy.po ja.po ka.po msgfmt 0.15 chokes on excess and broken plural forms,
Michael Natterer [Mon, 4 Sep 2006 11:43:30 +0000 (11:43 +0000)]
hy.po ja.po ka.po msgfmt 0.15 chokes on excess and broken plural forms,

2006-09-04  Michael Natterer  <mitch@imendio.com>

* hy.po
* ja.po
* ka.po
* tr.po: msgfmt 0.15 chokes on excess and broken plural forms,
remove / fix them.

19 years agoserialize floating point values using locale-independent functions.
Michael Natterer [Mon, 4 Sep 2006 11:23:38 +0000 (11:23 +0000)]
serialize floating point values using locale-independent functions.

2006-09-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkrc.c (rc_parse_token_or_compound)
(gtk_rc_parse_assignment): serialize floating point values using
locale-independent functions. (#346751, Frederic Crozat)

19 years agoUpdated Romanian translation by Mişu Moldovan <dumol@gnome.ro
Mugurel Tudor [Mon, 4 Sep 2006 07:37:29 +0000 (07:37 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro

2006-09-04  Mugurel Tudor  <mugurelu@gnome.ro>

* ro.po: Updated Romanian translation by
Mişu Moldovan <dumol@gnome.ro

19 years agoUpdated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Mon, 4 Sep 2006 07:32:00 +0000 (07:32 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>

2006-09-04  Mugurel Tudor  <mugurelu@gnome.ro>

* ro.po: Updated Romanian translation by
Mişu Moldovan <dumol@gnome.ro>

19 years agoUpdated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
Lucas Rocha [Mon, 4 Sep 2006 04:18:50 +0000 (04:18 +0000)]
Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle

2006-09-03  Lucas Rocha  <lucasr@gnome.org>

* pt_BR.po: Updated Brazilian Portuguese translation
by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>

19 years agogdk/win32/gdkevents-win32.c Use wide-char API for message and window
Tor Lillqvist [Sun, 3 Sep 2006 22:50:00 +0000 (22:50 +0000)]
gdk/win32/gdkevents-win32.c Use wide-char API for message and window

2006-09-04  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkwindow-win32.c: Use wide-char API for message and
window handling (PeekMessage, PostMessage, SendMessage,
DispatchMessage, DefWindowProc, RegisterClassEx,
CreateWindowEx). (#321597)

19 years agoUpdated translation
Rahul Bhalerao [Sun, 3 Sep 2006 20:55:58 +0000 (20:55 +0000)]
Updated translation

19 years agochange file_exists_and_is_not_folder checks to get the file info for the
Kristian Rietveld [Sun, 3 Sep 2006 20:47:54 +0000 (20:47 +0000)]
change file_exists_and_is_not_folder checks to get the file info for the

2006-09-03  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkfilechooserdefault.c (save_entry_get_info_cb),
(file_exists_get_info_cb), (gtk_file_chooser_default_should_respond):
change file_exists_and_is_not_folder checks to get the file info
for the path directly instead of querying the current file folder
of the save entry.

* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault): add
new field.

* tests/autotestfilechooser.c (wait_for_idle_idle), (wait_for_idle),
(test_reload_sequence), (test_button_folder_states_for_action): wait
for idle after setting a folder to ensure the async operations to load
the folder are finished,
(test_confirm_overwrite), (test_confirm_overwrite_for_path):
factor out test_confirm_overwrite code so we can add tests for more
paths more easily.

19 years agoUpdated translation
Rahul Bhalerao [Sun, 3 Sep 2006 20:36:48 +0000 (20:36 +0000)]
Updated translation

19 years agoUpdated Chinese (Hong Kong) translation. Updated Chinese (Taiwan)
Kwok-Koon Cheung [Sun, 3 Sep 2006 18:27:42 +0000 (18:27 +0000)]
Updated Chinese (Hong Kong) translation. Updated Chinese (Taiwan)

* zh_HK.po: Updated Chinese (Hong Kong) translation.
* zh_TW.po: Updated Chinese (Taiwan) translation.

19 years agoUpdated Bengali translation
Khandakar Mujahidul Islam [Sun, 3 Sep 2006 13:56:22 +0000 (13:56 +0000)]
Updated Bengali translation

19 years agoDon't do anything if exposure isn't in the event mask, plug a leak, and
Richard Hult [Sun, 3 Sep 2006 10:46:32 +0000 (10:46 +0000)]
Don't do anything if exposure isn't in the event mask, plug a leak, and

2006-09-03  Richard Hult  <richard@imendio.com>

* gdk/quartz/GdkQuartzView.c (drawRect): Don't do anything if
exposure isn't in the event mask, plug a leak, and check that the
window isn't destroyed.
(isOpaque): Check that the window isn't destroyed, fixes bug
#353028.

19 years agoUpdated Bengali Translation
Khandakar Mujahidul Islam [Sun, 3 Sep 2006 09:54:40 +0000 (09:54 +0000)]
Updated Bengali Translation

19 years agoFix a typo. (#354035, Mariano Suárez-Alvarez)
Matthias Clasen [Sun, 3 Sep 2006 06:08:20 +0000 (06:08 +0000)]
Fix a typo. (#354035, Mariano Suárez-Alvarez)

2006-09-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.
(#354035, Mariano Suárez-Alvarez)

19 years agoHandle display_name being NULL. (#354004, Chris Wilson)
Matthias Clasen [Sun, 3 Sep 2006 05:26:45 +0000 (05:26 +0000)]
Handle display_name being NULL. (#354004, Chris Wilson)

2006-09-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmain.c (post_parse_hook):
* gdk/gdk.c (gdk_init): Handle display_name being NULL.
(#354004, Chris Wilson)

19 years agoNo GDK_WINDOW_DISPLAY in the Win32 backend.
Tor Lillqvist [Sat, 2 Sep 2006 21:42:42 +0000 (21:42 +0000)]
No GDK_WINDOW_DISPLAY in the Win32 backend.

2006-09-03  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkwindow-win32.c (gdk_window_beep): No
GDK_WINDOW_DISPLAY in the Win32 backend.

* gtk/gtkfilesystemwin32.c: Copy what Kris did to
gtkfilesystemunix.c

19 years agoFirst part of file chooser fixes.
Kristian Rietveld [Sat, 2 Sep 2006 14:26:12 +0000 (14:26 +0000)]
First part of file chooser fixes.

2006-09-02  Kristian Rietveld  <kris@imendio.com>

First part of file chooser fixes.

* gtk/gtkfilechooserbutton.c (model_add_special): also set the
handle in the model for the desktopdir case.

* gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): free
volume in case we retrieved it but don't pass it on to insert_path,
(shortcuts_model_create): change the column type for the handles
to pointer instead of GObject so our handle ref counting is not
disturbed,
(show_and_select_paths_finished_loading): don't forget to unref
the dialog.

* gtk/gtkfilesystemunix.c (gtk_file_system_unix_class_init),
(gtk_file_system_unix_init), (gtk_file_system_unix_dispose):
remove pending execute_callbacks_idle during dispose, also
execute all callbacks waiting to be run in the next idle,
(queue_*callback), (execute_callbacks_idle): refactor to maintain
a list of callbacks to call per file system instead of globally,
guard the file system during callback invocation,
(gtk_file_system_unix_get_folder): only add load folder idle if
none has been added yet.

19 years agoUpdated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 22:21:47 +0000 (22:21 +0000)]
Updated Oriya Translation

19 years agoAdded Strings for Updated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 22:21:24 +0000 (22:21 +0000)]
Added Strings for Updated Oriya Translation

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Fri, 1 Sep 2006 21:09:12 +0000 (21:09 +0000)]
Translation updated by Ivar Smolin.

2006-09-02  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoResurrected from gtk-2-4 branch.
Kwok-Koon Cheung [Fri, 1 Sep 2006 17:32:41 +0000 (17:32 +0000)]
Resurrected from gtk-2-4 branch.

* ang.po: Resurrected from gtk-2-4 branch.

19 years agoDon't unnecessarily reset the im context when deleting the selection.
Matthias Clasen [Fri, 1 Sep 2006 14:44:06 +0000 (14:44 +0000)]
Don't unnecessarily reset the im context when deleting the selection.

2006-09-01  Matthias Clasen  <mclasen@redhat.com>
        * gtk/gtkentry.c: Don't unnecessarily reset the im context
        when deleting the selection.  (#353803, Alex Larsson)

19 years agoUpdated transaltion
Rahul Bhalerao [Fri, 1 Sep 2006 14:34:03 +0000 (14:34 +0000)]
Updated transaltion

19 years agoUpdated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 14:18:59 +0000 (14:18 +0000)]
Updated Oriya Translation

19 years agoAdded Oriya to The List of Languages
Subhransu Behera [Fri, 1 Sep 2006 14:17:53 +0000 (14:17 +0000)]
Added Oriya to The List of Languages

19 years agoAdded 'ang' 'dz' to ALL_LINGUAS.
Abel Cheung [Fri, 1 Sep 2006 11:29:54 +0000 (11:29 +0000)]
Added 'ang' 'dz' to ALL_LINGUAS.

2006-09-01  Abel Cheung  <abel@oaka.org>

* configure.in: Added 'ang' 'dz' to ALL_LINGUAS.

19 years agoUpdated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 07:45:23 +0000 (07:45 +0000)]
Updated Oriya Translation

19 years agoAdded Strings for Updated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 07:44:56 +0000 (07:44 +0000)]
Added Strings for Updated Oriya Translation

19 years agoUpdated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 06:07:28 +0000 (06:07 +0000)]
Updated Oriya Translation

19 years agoAdded Strings for Updated Oriya Translation
Subhransu Behera [Fri, 1 Sep 2006 06:06:11 +0000 (06:06 +0000)]
Added Strings for Updated Oriya Translation

19 years agofix some typos
Matthias Clasen [Fri, 1 Sep 2006 03:22:13 +0000 (03:22 +0000)]
fix some typos

19 years agoStop cursor blinking after a configurable timeout. (#353670, #352442,
Matthias Clasen [Fri, 1 Sep 2006 02:14:30 +0000 (02:14 +0000)]
Stop cursor blinking after a configurable timeout. (#353670, #352442,

Stop cursor blinking after a configurable timeout.
(#353670, #352442, Arjan van de Ven, Manu Cornet)

* gtk/gtksettings.c (gtk_settings_class_init): Add a
gtk-cursor-blink-timeout setting, which specifies the number
of seconds that the cursor should blink after a user interaction.
The default value is G_MAXINT to preserve the current behaviour.

* gtk/gtkentry.c (blink_cb): Stop blinking after blink-timeout
seconds.

* gtk/gtkentry.c (gtk_entry_completion_key_press)
(gtk_entry_button_press, gtk_entry_focus_in): Reset the
blink timer.

* gtk/gtktextview.c (blink_cb): Stop blinking after blink-timeout
seconds.

* gtk/gtktextview.c (gtk_text_view_key_press_event)
(gtk_text_view_button_press_event, gtk_text_view_focus_in_event):
Reset the blink timer.

19 years agoDon't specify explicit format capabilities. (#346505, Christian Persch)
Matthias Clasen [Thu, 31 Aug 2006 18:13:16 +0000 (18:13 +0000)]
Don't specify explicit format capabilities. (#346505, Christian Persch)

2006-08-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
explicit format capabilities.  (#346505, Christian Persch)

19 years agoSend printer-list-done on error.
Matthias Clasen [Thu, 31 Aug 2006 17:44:07 +0000 (17:44 +0000)]
Send printer-list-done on error.

2006-08-31  Matthias Clasen  <mclasen@redhat.com>

* modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error.

19 years agoFix build.
Michael Natterer [Thu, 31 Aug 2006 08:41:32 +0000 (08:41 +0000)]
Fix build.

2006-08-31  Michael Natterer  <mitch@imendio.com>

* gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.

19 years agoFix build.
Richard Hult [Wed, 30 Aug 2006 18:18:09 +0000 (18:18 +0000)]
Fix build.

2006-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): Fix build.

19 years agoTranslation updated.
Gabor Kelemen [Wed, 30 Aug 2006 16:27:27 +0000 (16:27 +0000)]
Translation updated.

2006-08-30  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

19 years agoFix gdk_window_beep
Matthias Clasen [Wed, 30 Aug 2006 16:02:41 +0000 (16:02 +0000)]
Fix gdk_window_beep

19 years agoSmall fix on Brazilian Portuguese translation.
Lucas Rocha [Wed, 30 Aug 2006 12:29:21 +0000 (12:29 +0000)]
Small fix on Brazilian Portuguese translation.

2006-08-30  Lucas Rocha  <lucasr@gnome.org>

* pt_BR.po: Small fix on Brazilian Portuguese translation.

19 years agoUpdated Malayalam Translation
Ani Peter [Wed, 30 Aug 2006 12:26:36 +0000 (12:26 +0000)]
Updated Malayalam Translation

19 years agoTamil Translation updated
Felix I [Wed, 30 Aug 2006 12:12:46 +0000 (12:12 +0000)]
Tamil Translation updated